@media all{
body { 
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #0C5449;
	text-decoration: underline;
}
a:visited {}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

/* Containers */
#container{
	width: 100%;
}
div.c{
	margin: 0px auto;
	width: 960px;
}

/* Header */
#header .c{
	padding: 23px 0;
	position: relative;
}
#header a{
	text-decoration: none;
}
#header h1{
	font-size: 1.65em;
}
#header h2{
	font-size: 1.0em;
	text-transform: uppercase;
}
#header h2 a{
	color: #ababab;
	font-weight: normal;
}
/* Site Search */
#header #site-search{
	float: right;
	width: 233px;
	position: relative;
}
#header #site-search label{
	display: none;
}
#header #site-search input#site-q{
	border: 1px solid #000;
	height: 17px;
	padding-left: 4px;
	float: left;
	color: #777677;
	width: 201px;
}
#header #site-search input.searchButton{
	float: right;
	margin-top: 2px;
	margin-left: -2px;
}

/* Main */
div#main{
	background: #fafbfb url('images/top-border-bg.gif') left top repeat-x;
}
div#main .c{
	position: relative;
	background: url('images/top-border-notch.jpg') center top no-repeat;
}
div#main h1.title{
	padding: 10px 0 10px 20px;
	border: 1px solid #d6d6d5;
	background: #dae8e5;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #105e56;
}

/* Menu */	
.menu{
	float: left;
	width: 245px;	
	padding: 20px 0;
}

.menu ul{
	margin: 1px 0 0 0;
	padding: 0;
	z-index: 1;
	width: 198px;
}

.menu ul li{
	list-style: none;
	z-index: 1;
}
/* Level 1 */
.menu ul li a{
	display: block;
	width: 170px;
	padding: 9px 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #353535;
	border-bottom: 1px solid #e8e6e6;
	z-index: 1;
}
.menu ul li.first a{
	border-top: none;
}
.menu ul li.selected, .menu ul li.parent-selected{
	border-bottom: 1px solid #e8e6e6;	
}
.menu ul li li.selected, .menu ul li li.parent-selected,
.menu ul li.selected a, .menu ul li.parent-selected a{
	font-weight: bold;
	border: none;
}
.menu ul li.parent-selected li.parent-selected a{
	font-weight: bold;
}
.menu ul li.parent-selected li.parent-selected li a{
	font-weight: normal;
}

/* Level 2 */
.menu ul li.selected li, .menu ul li.parent-selected li{
	padding-left: 15px;
}
.menu ul li.selected li, .menu ul li.parent-selected li.parent-selected li{
	padding-left: 15px;
}
.menu ul li.selected li a, .menu ul li.parent-selected li a{
	border: none;
	font-weight: normal;
	color: #353535;
	padding: 4px 0px 4px 12px;
}
.menu ul li.parent-selected li.selected a{
	background: url(../static/menu-arrow.gif) no-repeat left center #FAFBFB;
}
.menu ul li.selected li.first a, .menu ul li.parent-selected li.first a{
	margin-top: 4px;
}

/* Level 3 */
.menu ul li.parent-selected li.selected a{
	background: url(../static/menu-arrow.gif) no-repeat left center #FAFBFB;
}
.menu ul li.selected li.first a, .menu ul li.parent-selected li.first a{
	margin-top: 4px;
}

/* Functional code */
.menu ul ul{
	display: none;
}
.menu ul li.selected ul, .menu ul li.parent-selected ul, .menu ul li.parent-selected li.selected ul, .menu ul li.parent-selected li.parent-selected ul{
	display: block;
	color: #105f56;	
	margin-bottom: 5px;
}
.menu ul li.parent-selected li.selected li a{
	background: none;
}
.menu ul li.selected li ul, .menu ul li.parent-selected li ul{
	display: none;
}
.menu ul li a:hover, .menu ul li.selected a:hover, .menu ul li.parent-selected a:hover, .menu ul li.parent-selected li.parent-selected a:hover{
	color: #105e56;
	font-weight: bold;
}

.menu .left_promos {
	margin: 30px 0px 0px 0px;
	padding: 10px;
}
.menu .section {
	margin: 0px 0px 45px 0px;
	font-size: .9em;
}
.menu .section h2 {
	font-family: Georgia, Arial;
	color: #105e56;
	font-style: italic;
}
.menu .section .text {
	
}

/* Main Promotion */
#main-promotion{
	position: relative;
	background: url(images/main-promotion-child-bg.png) left top no-repeat transparent;
	width: 694px;
	height: 212px;
	padding: 3px 0 0 3px;
}
#main-promotion img{
	float: left;
}
#main-promotion h1{
	position: absolute;
	width: 657px;
	left: 3px;
	bottom: 12px;
	background: url(images/title-bg.png) left top repeat-x transparent;
	font-weight: bold;
	padding: 13px 0 13px 32px;
	color: #FFF;
	font-size: 1.3em;
}

/* Main Promotion - Homepage */
.homepage #main-promotion{
	background: url(images/main-promotion-home-bg.png) left top no-repeat transparent;
	width: 697px;
	height: 292px;
	padding: 3px 0 0 3px;
}

/* Content Background */
#content-bg{
	margin: 0 0 0 250px;
}
/* Content Background - Homepage */
.homepage #content-bg{
	padding-bottom: 50px;
}

/* Content */
#content{
	background: url(images/content-bg.png) left top repeat-y transparent;
	width: 659px;
	margin: 0 0 0 3px;
	padding: 0;
	font-size: .75em;
	padding: 15px;
}
#content h1 {
	margin: 0px 0px 15px;
}
/* Content - Homepage */
.homepage #content{
	background-image: none;
	background-color: #f2f5f5;
	border: 1px solid #e6e5e4;
	line-height: 1.5em;
} 
.homepage #content h1{
	color: #105e56;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
}
/* Feature Promotions - Homepage */
.homepage #content #promotions{
	float: right;
	margin: 0 0 10px 20px;
}
.homepage #content .promotion{
	border: 1px solid #E4E5E4;
	margin-bottom: 10px;
}
.homepage #content .promotion img{
	float: left;
}

/* News & Events - Homepage */
.homepage #events-news{
	margin: 20px 0 0 3px;
	width: 691px;
}
.homepage #events-news #events, .homepage #events-news #news{
	float: left;
	width: 323px;
	padding: 10px;
	font-size: .75em;	
}
.homepage #events-news h3{
	color: #105e56;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1.5em;	
}
.homepage #events-news a{
	color: #231f20;
	text-decoration: none;
}
.homepage #events-news a:hover{
	text-decoration: underline;
}
/* Events - Homepage */
.homepage #events-news #events .miniEvents h1, .homepage #events-news #events .miniEvents dt.full_list{
	display: none;
}
/* News - Homepage */
.homepage #events-news #news dl.home-news{
	margin: 10px 0 0 0;
	padding: 0;
}
.homepage #events-news #news .home-news dt{
	margin-top: 5px;
}

/* Form Stuff
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 2px 0px;
}
fieldset div.error {
	margin-left: 135px;
	border: 0px;
	font-size: 0.8em;
	background-color: #FFF7CF;
}
fieldset div.error p, li.error {
	margin: 0px;
	padding: 2px;
	font-style: italic;
}
li.error {
	font-size: 0.9em;
	color: #8B2145;
}
fieldset div.error div.checkbox {
	margin-left: 135px;
}
fieldset div.checkbox, fieldset div.radio {
	float: left;
	border: 0px;
	padding: 3px 0px;
}
fieldset div.checkbox div, fieldset div.radio div {
	border: 0px;
}
fieldset div.checkbox label, fieldset div.radio label {
	float: none;
	margin-left: 5px;
}
fieldset .example {
	margin-left: 15px;
	border: 1px solid #CCC;
	display: inline;
	padding: 5px 15px 1px 10px;
	font-size: 0.9em;
}
fieldset .example p {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	color: #333;
}
.content input, .content textarea, .content select {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 2px 0px;
}
body fieldset textarea {
	width: 350px;	
}
.content select {
	padding: 1px;
}
input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.1em 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input:focus, select:focus { 
	background-color: #fff9e6;
	border-color: #999999;
}
label {
	float: left;
	width: 130px;
	text-align: right;
	margin: 4px 5px 2px 0px;
}
label em {
	font-weight: bold;
	margin-right: 4px;
	color: #FF0000;
}
fieldset.submit {
	margin: 0px;
	padding: 0px;
}
div.submit {
	padding: 2px 0px;
	border-bottom: 0px;
	border-top: 1px solid #CCC;
	background-color: #CEDDDB;
}
div.formSuccess {
	margin: 0px 10%;
	text-align: center;
	background-color: #D1E1E3;
	font-style: italic;
	font-weight: bold;
	color: #185C52;
	margin-bottom: 10px;
}
div.formError {
	margin: 0px 10%;
	text-align: center;
	background-color: #E7C57B;
	font-style: italic;
	font-weight: bold;
	color: #8B2145;
	margin-bottom: 10px;
}
div.formSuccess p, div.formError p {
	display: inline;
	padding: 3px 0px 3px 25px;
	margin: 0px auto;
}
div.formSuccess a, div.formError a {
	font-style: normal;
	font-size: 0.9em;
	margin: 0px 0px 0px 15px;
}
 */

/* CMS News pages */
#content #return{
	float: right;
}
#content .news dd{
	margin-left: 0;
	padding-bottom: 10px;
}


/* CMS Gallery  */
#gallery_list {
	text-align: left;
	margin: 0px 0px 5px 0px;
}
#gallery_list select{
	margin: 5px 0px 0px 0px;
}
#image_nav {
	padding: 4px 10px;
	background-color: #D3E8E5;
	margin: 0px auto;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
}
.image {
	padding: 2px;
	margin: 6px;
	float: left;
	width: 120px;
	text-align: center;
}
.images .image {
	float: left;
	height: 115px;
}
.images .image img{
	margin: 3px;
	padding: 3px;
	border: 1px solid #EEE;
}
.fullImage {
	margin: 5px auto;
	text-align: center;
}
.fullImage img {
	padding: 5px;
	border: 1px solid #EEE;
}
.fullImage ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.fullImage li {
	display: inline;
	padding: 3px 10px;
}
}
@media handheld{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}

}
@media print{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}
}